下列选项能正确定义一个整形数组的是:A:int scores[]; B:int[] scores; C:int scores={0,0,0,0}; D:int scores=new int[10]; 答案: int scores[];;int[] scores;



登录
订单
帮助
主页